Integrate Service - Bitrix24
I. Cases
1. Normal Cases
- Click To Call
- Iframes
- CRM call logging
- CRM create new contact
- Click to view CRM object
- Click to SMS
2. Challenge Cases
3. Special Cases
2. Config
- ID Callcenter
- Host
- Description
- Fields
- domain
- idUserBitrix
- token
1. Info
- Example: Info
Notes:
- (1): 18416 - ContactId without deal, different with each integrator
2. Iframe
- Example: Iframe
III. Endpoint Table
| Name | Type | Method | Url | Trigger | Description | Parameters | Hard Params | Response Type |
|---|---|---|---|---|---|---|---|---|
| search_comment_bitrix | get_data | POST | https://:domain/rest/:idUserBitrix/:token/crm.timeline.comment.list.json | none | domain : path, token : path, idUserBitrix : path, filter : body, order : body | |||
| get_contact_by_id | get_data | POST | https://:domain/rest/:idUserBitrix/:token/crm.contact.get.json | none | domain : path, token : path, idUserBitrix : path, id : body | |||
| get_user_by_id | get_data | POST | https://:domain/rest/:idUserBitrix/:token/user.get.json | none | domain : path, token : path, idUserBitrix : path, id : body | |||
| search_lead_bitrix | get_data | POST | https://:domain/rest/:idUserBitrix/:token/crm.lead.list.json | none | domain : path, token : path, idUserBitrix : path, filter : body, select : body | |||
| get_lead_by_id | get_data | POST | https://:domain/rest/:idUserBitrix/:token/crm.lead.get.json | none | domain : path, token : path, idUserBitrix : path, id : body | |||
| get_company_by_id | get_data | POST | https://:domain/rest/:idUserBitrix/:token/crm.company.get.json | none | domain : path, token : path, idUserBitrix : path, id : body | |||
| get_user | get_data | POST | https://:domain/rest/:idUserBitrix/:token/user.get.json | none | domain : path, token : path, idUserBitrix : path, id : body | |||
| get_list_callog | get_data | POST | https://:domain/rest/:idUserBitrix/:token/crm.activity.list.json | none | domain : path, token : path, idUserBitrix : path, order : body, filter : body, select : body | |||
| get_list_comment | get_data | POST | https://:domain/rest/:idUserBitrix/:token/crm.timeline.comment.list.json | none | domain : path, token : path, idUserBitrix : path, filter : body, select : body | |||
| get_list_deal | get_data | POST | https://:domain/rest/:idUserBitrix/:token/crm.deal.list.json | none | domain : path, token : path, idUserBitrix : path, order : body, filter : body, select : body | |||
| get_list_company | get_data | POST | https://:domain/rest/:idUserBitrix/:token/crm.company.list.json | none | domain : path, token : path, idUserBitrix : path, order : body, filter : body, select : body | |||
| get_list_contact | get_data | POST | https://:domain/rest/:idUserBitrix/:token/crm.contact.list.json | none | domain : path, token : path, idUserBitrix : path, order : body, filter : body, select : body | |||
| create_calllog | post_data | POST | https://:domain/rest/:idUserBitrix/:token/crm.activity.add.json | none | create_calllog | domain : path, token : path, idUserBitrix : path, fields : body | ||
| create_comment | post_data | POST | https://:domain/rest/:idUserBitrix/:token/crm.timeline.comment.add.json | none | domain : path, token : path, idUserBitrix : path, fields : body | |||
| get_comment_by_id | get_data | POST | https://:domain/rest/:idUserBitrix/:token/crm.timeline.comment.get.json | none | domain : path, token : path, idUserBitrix : path, id : body | |||
| create_contact_bitrix | post_data | POST | https://:domain/rest/:idUserBitrix/:token/crm.contact.add.json | none | create_contact_bitrix | domain : path, token : path, idUserBitrix : path, fields : body | ||
| search_company_bitrix | get_data | POST | https://:domain/rest/:idUserBitrix/:token/crm.company.list.json | none | search_company_bitrix | domain : path, token : path, idUserBitrix : path, fields : body | ||
| get_deal_by_id | get_data | POST | https://:domain/rest/:idUserBitrix/:token/crm.deal.get.json | none | domain : path, token : path, idUserBitrix : path, id : body | |||
| search_contact_bitrix | get_data | POST | https://:domain/rest/:idUserBitrix/:token/crm.contact.list.json | none | domain : path, token : path, idUserBitrix : path, fields : body |
- referenceDocs: Bitrix24Api